
alter table "ObEncounter"
Add if not exists "Complaints" text;
alter table "ObEncounter"
Add if not exists "ObstetricExamination" text; 

ALTER TABLE public."ObEncounter" ADD COLUMN if not exists "ANCCardGeneration" text COLLATE pg_catalog."default";
ALTER TABLE public."ObEncounter" ADD COLUMN if not exists "VaginalExamination" text COLLATE pg_catalog."default";	
ALTER TABLE public."ObEncounter" ADD COLUMN if not exists "BreastExamination" text COLLATE pg_catalog."default";
ALTER TABLE public."ObEncounter" ADD COLUMN if not exists "PlanOfManagement" text COLLATE pg_catalog."default";
